home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / dll_gen / olvbx13 / readme.txt < prev    next >
Text File  |  1994-05-05  |  2KB  |  73 lines

  1. Version 1.3 provides some minor enhancements to the outline VBX. Added one property
  2. and fixed a bug.
  3.  
  4. Files:
  5.     OL_VBX.VBX        Outline VBX Control.
  6.     OL_VBX.HLP        Help file documentation.
  7.     README.TXT         This file.
  8.  
  9.     VB 3.0 example program files:
  10.     Arraytes.frm        Array test form
  11.     barrow.bmp        blue arrow bitmap
  12.     garrow.bmp        green arrow bitmap
  13.     rarrow.bmp        red arrow bitmap
  14.     testvb.frm        main form
  15.     testvb.mak        project file
  16.  
  17. The outline control may also be used as an editable listbox if max indent
  18. is set to zero with numbering and bitmaps turned off.
  19.  
  20. The cost for the runtime usage of this control in an application is $75 (US). 
  21. With payment you will receive a version of the VBX that does not display the
  22. registration dialog box.
  23.  
  24. Source code is available for $150 (US).
  25.  
  26. A DLL version is also available.
  27.  
  28. If you have any other questions or comments please send them via CompuServe to:
  29.  
  30.     Todd Abel
  31.     73611,1023
  32.  
  33. History
  34. --------------------------------------------------------------------------------------------------------
  35. Release 1.3 5/94
  36.     Added
  37.         - NumVisible Property
  38.  
  39.     Changed
  40.         - Node offset arguments to double click messages
  41.  
  42.     Bug Fixes
  43.         - When all nodes were hidden, clicking caused a GPF.
  44.  
  45. Release 1.2 4/94
  46.     Added
  47.         - Bitmap property
  48.         - BitmapCount property
  49.         - Bitmaps property
  50.         - Hidden property
  51.         - List propoerty
  52.         - ListCount property
  53.         - ListIndex property
  54.         - SelText property
  55.         - SelLength property
  56.         - SelStart property
  57.  
  58.     Changed
  59.         - AddItem method to act exactly like the standard AddItem rather than 
  60.           allow an indent to be specified.
  61.     Removed
  62.         - Drag property
  63.  
  64.     Bug Fixes
  65.         - Offset variable in notification messages was invalid.
  66.  
  67. Release 1.1 3/94
  68.     Bug Fixes
  69.         - Indenting nodes didn't work properly in some cases.
  70.  
  71.  
  72.  
  73.